/*public css*/
* {
	box-sizing: border-box;
	transition: all .5s;
}

.footer-textbox>p,
.footer-bg {
	display: none;
}

.footer-textbox {
	padding: 0;
	margin: 0;
	border: none;
}

.font1 {
	font-family: Noto Sans SC !important;
}

.font2 {
	font-family: Noto Serif SC !important;
}

body {
	font: 14px Arial, sans-serif;
	max-width: 1920px;
	margin: 0 auto;
	cursor: url(/uploads/website/system/cursor.png), auto;
	color: #282828;
}

img {
	display: block;
}



.cw {
	width: 1440px;
}

.cw800 {
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.cw1240 {
	width: 1240px;
	margin: 0 auto;
	position: relative;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.f-wrap {
	flex-wrap: wrap;
}

.f-between {
	justify-content: space-between;
}

.flex-3 {
	flex: 0 0 33.3333%;
}

.flex-4 {
	flex: 0 0 25%;
}

.a-end {
	align-items: flex-end;
}

.t-center {
	text-align: center;
}

.height100 {
	height: 100px;
}

.box {
	margin-bottom: 0;
}


.box .box-h {
	padding: 0;
}

.box-h .title {
	font-size: 55px;
	color: #282828;
	font-weight: bold;
}


.con p {
	line-height: 1.5;
}

.clamp .title,
.clamp .summary,
.clamp .subtitle {
	overflow: hidden;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-box-orient: vertical;
	-o-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: box;
	word-break: break-all;
}

.scale .img,
.scale .photo {
	overflow: hidden;
}

.scale:hover .img img,
.scale:hover .photo .pic {
	transform: scale(1.2, 1.2);
}


#side-bar .dh {
	display: none;
}

.p-50 {
	padding: 50px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pr-50 {
	padding-right: 50px;
}

.pl-50 {
	padding-left: 50px;
}

.p-100 {
	padding: 100px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pr-100 {
	padding-right: 100px;
}

.pl-100 {
	padding-left: 100px;
}

.m-50 {
	margin: 50px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mr-50 {
	margin-right: 50px;
}

.ml-50 {
	margin-left: 50px;
}

.m-100 {
	margin: 100px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mr-100 {
	margin-right: 100px;
}

.ml-100 {
	margin-left: 100px;
}

.bg-gray {
	background-color: #f3f3f3;
}

.bg-gray2 {
	background-color: #c1d8d5;
}

.bg-gray3 {
	background-color: #edf2f5;
}
.bg-gray4{
  background-color: #ecf4f3;
}
.btn {
	color: #ffffff;
	background: #006b5b;
	padding: 6px 35px;
	font-size: 24px;
	border-radius: 24px;
	display: inline-block;
	overflow: hidden;
	height: 48px;
}

.btn span {
	display: block;
	line-height: 1.5;
	transition: all .3s;
}

.btn:hover .text1 {
	margin-top: -36px;

}


.video-box {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	animation-duration: 3s;
	animate-delay: 2s;
	overflow: hidden;
}

.hide {
	background: #000;
	color: #ffffff;
	font-size: 40px;
	position: absolute;
	right: 50px;
	top: 20px;
	z-index: 9;
	border: 1px solid #fff;
	width: 40px;
	height: 40px;
	line-height: 1;
	text-align: center;
}

.tiaoshi {
	background-size: cover;
	height: 650px;
	text-align: center;
	position: relative;
	background-position: center;
}

.tiaoshi .video-js {
	height: 650px;
}

.viewContent {
	width: 80px;
	height: 80px;
	display: flex;
	border: 6px solid #ffffff;
	border-radius: 100%;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -40px;
	margin-left: -40px;
}

.viewContent .fa {
	font-size: 66px;
	color: #ffffff;
}

.mobile,.mobile-show {
	display: none!important;
}

/*css*/
.focus .focus-img span {
	height: 600px;
}

.focus .swiper-button-prev {
	left: 100px;
}

.focus .swiper-button-next {
	right: 100px;
}

.swiper-pagination-bullet {
	width: 17px !important;
	height: 17px !important;
}

.focus .swiper-pagination-bullet-active {
	background: #006b5b;
}

.focus .swiper-button-next,
.focus .swiper-button-prev {
	width: 96px;
	height: 96px;
	background: #006b5b;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0.2;
}

.focus .swiper-button-prev:hover .fa,
.focus .swiper-button-next:hover .fa {
	color: #ffffff;
}

.swiper-button-prev-div:hover,
.swiper-button-next-div:hover {
	opacity: 1;
}

.focus .swiper-button-prev .fa,
.focus .swiper-button-next .fa {
	font-size: 80px;
}

#bannerMenuBar {
	margin-right: 0;
}

.menuList li . #bannerMenuBar>li {
	width: 126px;
}

#bannerMenuBar>li a {
	line-height: 1.4;
	font-size: 24px;
	font-weight: bold;
	font-family: Noto Serif SC !important;
	color: #006c5c;
	padding-top: 28px;
}

#bannerMenuBar>li a span {
	display: inline-block;
}

#bannerMenuBar>li a .alias {
	transform: scale(0, 0);
	color: #ffffff;
}

#bannerMenuBar>li a:before {
	display: none;
}

#bannerMenuBar>li a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #006c5c;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

#bannerMenuBar>li a:hover:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#bannerMenuBar>li a:hover {
	padding-top: 20px;
}

#bannerMenuBar>li a:hover .title {
	color: #ffffff;
	transform: scale(0.7, 0.7)
}

#bannerMenuBar>li a:hover .alias {
	transform: scale(0.9, 0.9);
}

#header .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100px;
	flex-direction: column;
	justify-content: center;
}

#header .banner {
	height: 100px;
	margin-top: -100px;
}

#bannerMenuBar>li {
	height: 100px;
	width: 110px;
}

#bannerMenuBar>li .subMenuList {
	display: none;
}

.side-bar a.gotop,.side-bar a.wx {
	border-color: #006b5b;
}

.side-bar a.gotop .fa ,.side-bar a.wx .fa{
	color: #006b5b;
}

.side-bar a.gotop:hover {
	background-color: #006b5b;
	border-color: #006b5b;
}

.side-bar .dh:hover .fa,
.side-bar a.wx:hover .fa,
.side-bar a.gotop:hover .fa {
	color: #fff;
}

.popover1 dd img{margin:0 auto;}
.popover1 dl a{background:#006b5b;}

.popover1{
  background:none;
  box-shadow:none;
}
.popover1 .txt p{
  color:#ffffff;
  background:#006b5b;
  font-size:20px;
  display:inline-block;
    padding: 10px 32px;
    border-radius: 25px;
}
.popover1 dt a{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    font-size: 28px;
    position: absolute;
    top: 43px;
    right: 60px;
}

.popover1 .close::before{
  content: "×";
}
.side-bar a.wx .fa{
  display:none;
}
.side-bar a.wx{
  background-image:url(/uploads/website/system/zixun.png);
  background-position:0 -2px;
  background-size: 54px;
}
.side-bar a.wx:hover{
  background-image:url(/uploads/website/system/zixun.png);
     background-position: 0 -56px;
    background-color: #006b5b;
    border-color: #006b5b;
    background-size: 54px;
}




#footer {
	background: #006b5b;
	color: #a2cac2;
	padding: 50px 0;
}

.part1 .item1 {
	font-size: 55px;
	font-weight: 600;
}

.part1 .item2 {
	font-size: 20px;
}

.part1 .item2 .btn {
	margin-top: 30px;
}

.part2 .box-b .item {
	flex: 0 0 20%;
	flex-direction: column;
	align-items: center;
}

.part2 .item .title {
	font-size: 32px;
	width: 40px;
	margin: 40px auto 0;
	line-height: 1.2;
}

.part3 .box-b .item {
	flex: 0 0 25%;
	flex-direction: column;
	align-items: center;
}

.part3 .item .img {
	width: 115px;
	height: 115px;
}

.part3 .item .img img {
	width: 100%;
}

.part3 .item .title {
	font-size: 24px;
	margin-top: 50px;
}

.part4 .box-h2 .title {
	font-size: 55px;
	font-weight: 700;
}


.part4 .item {
	flex-direction: column;
	align-items: flex-start;
	flex: 0 0 33.3333%;
	padding: 0 5px;
}

.part4 .item .title {
	font-size: 36px;
	font-weight: bold;
}

.part4 .item .subtitle {
	font-size: 30px;
}

.part4 .item div+div {
	margin-top: 20px;
}


.part5 .box-b .item {
	flex-direction: column;
	flex: 0 0 25%;
	align-items: center;
}

.part5 .item .title {
	font-size: 24px;
	font-weight: bold;
	color: #006b60;
	margin-bottom: 30px;
}

.part5 .item .img img {
	max-width: 100%;
  max-height: 240px;
}

.part5 .item .title span {
	color: #ffffff;
	font-size: 22px;
	background-color: #006b60;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	display: inline-block;
	padding: 3px;
	box-sizing: content-box;
	margin-right: 6px;
}

.menu-area a {
	color: #a2cac2;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.foot .left .logo {
	margin-right: 40px;
}
.foot  .left  .logo img{
  width:69px;
}
.foot .powerBy {
	font-size: 13px;
  width:585px;
  text-align:left;
}
.foot .powerBy a{
  color:#a2cac2!important;
}
.foot .right div {
	margin-left: 30px;
}

.foot .right .foot-contact {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	line-height: 1.3;
}
.footer-textbox p{margin:0;}
.foot-contact p + p{
  margin-top:10px;
}
.topBanner .con {
	height: 600px;
	background-position: center center;
	background-size: cover;
}

.topBanner span {
	font-size: 60px;
	font-weight: 800;
}

.topBanner .rightText {
	position: absolute;
	top: 200px;
	right: 20px;
}

.topBanner .rightCenter {
	position: absolute;
	left: 50%;
	margin-left: -270px;
	top: 200px;
}

.topBanner .rightTopText {
	position: absolute;
	top: 80px;
	right: 20px;
	writing-mode: vertical-rl;
}

.nav .navbar {
	font-size: 24px;
	margin-top: 20px;
	font-weight: 300;
}

.nav .nav-bar {
	border: 1px solid #006b5b;
	color: #006b5b;
	margin: 25px auto 0;
	width: 400px;
	text-align: center;
}

.nav .nav-bar a {
	font-size: 30px;
	flex: 0 0 50%;
	text-align: center;
	padding: 8px 0;
}

.nav .nav-bar .sel {
	background-color: #006b5b;
	color: #ffffff;
}

.part6 .box-b {
	font-size: 26px;
	text-indent: 2em;
	line-height: 1.6;
	margin-top: 20px;
}

.part7 .item {
	padding: 140px 0;
	overflow: hidden;
	height: 490px;
}

.part7 .item .title {
	font-size: 48px;
	font-weight: bold;
}

.part7 .item:nth-child(1) .image {
	position: absolute;
	right: 0;
	bottom: -100px;
}

.part8 .box-b {}

.part8 .item {
	flex-direction: column;
	flex: 0 0 33.333%;
	align-items: center;
}

.part8 .item .title {
	font-size: 50px;
	font-weight: bold;
	color: #c1d8d5;
	background-color: #006b5b;
	height: 180px;
	width: 180px;
	border-radius: 100%;
	text-align: center;
	line-height: 180px;
}

.part8 .item .content {
	background-color: #c1d8d5;
	margin-top: 50px;
	font-size: 30px;
	width: 360px;
	padding: 70px 0 0 30px;
	height: 455px;
	line-height: 2.3;
	position: relative;
}

.part8 .item .content:after {
	pointer-events: none;
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	bottom: 0;
	right: 0;
	background: white;
	background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
	box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: width, height;
	transition-property: width, height;
}

.part8 .item .content:hover:after {
	width: 25px;
	height: 25px;
}

.part9 .item1 .image,
.part9 .item2 .image {
	justify-content: center;
}

.part10 .box-b .item {
	flex: 0 0 33.3333%;
	text-align: center;

}

.part10 .item>.title {
	font-size: 40px;
	font-weight: bold;
	color: #006b5b;
	background: url(/uploads/website/system/part10-icon1.png) center center no-repeat;
	border: 1px solid #c04d27;
	border-radius: 20px;
	height: 144px;
	width: 144px;
	margin: 0 auto;
	line-height: 144px;
}


.part10 ul .title {
	font-size: 36px;
	font-weight: bold;
	position: relative;
}

.part10 ul .title::before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background-color: #0e7364;
	top: 18px;
	left: -7px;
}

.part10 ul .title::after {
	content: '';
	position: absolute;
	background-color: #0e7364;
	width: 1px;
	height: 52px;
	left: 0;
	top: 0px;
}

.part10 ul div:first-child:after {
	top: 30px;
}

.part10 ul div:nth-last-child(2):after {
	top: inherit;
	bottom: 30px;
}

.part10 ul .content {
	height: 160px;
	font-size: 18px;
	text-align: left;
	font-weight: 300;
	padding: 20px 120px 0;
	border-left: 1px solid #0e7364;
}

.part10 ul div:last-child {
	border: none;
}

.part10 ul {
	margin-top: 50px;
}


.part11 .description {
	display: inline-block;
	text-align: right;
	font-size: 30px;
	margin-top: 50px;
}

.part11 .item {
	flex: 0 0 20%;
	padding: 0 5px;
	margin-top: 50px;
}

.part11 .item .info {
	background-color: #c1d8d5;
	padding: 40px;
	color: #006b60;
}

.part11 .item .title {
	font-size: 20px;
}

.part11 .item .subtitle {
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
}

.part11 .item .content {
	margin-top: 30px;
	font-size: 18px;
	color: #282828;
	text-align: justify;
	font-weight: 300;
	height: 180px;
}


.part12 {
	position: relative;
}

.part12 .image {
	position: absolute;
	top: 40px;
	right: 0;
}

.part12 .box-b .title {
	font-size: 48px;
	font-weight: 600;
	color: #282828;
	margin-top: 50px;
	text-align: center;
}

.part12 .box-b .content {
	text-indent: 2em;
	text-align: justify;
	font-size: 26px;
	margin-top: 70px;
	line-height: 1.8;
	font-weight: 500;
}

.part13 .item {
	align-items: center;
	background: #eeeeee;
	margin-bottom: 50px;
}

.part13 .item:hover {
	background: #c1d8d5;
}

.part13 .photo {
	position: relative;
}

.part13 .photo .pic {
	width: 400px;
	height: 260px;
}

.part13 .photo .sy {
	position: absolute;
	bottom: 14px;
	left: 26px;
}

.part13 .info {
	padding-left: 70px;
}

.part13 .info .title,
.part13 .info .subtitle {
	font-size: 36px;
	font-weight: bold;
	color: #282828;
}

.part13 .info .title {
	margin-bottom: 10px;
}

.part14 .box-b {}


.part14 .item {
	flex: 0 0 33.333%;
	padding: 10px;
	position: relative;
}

.part14 .photo .pic {
	width: 100%;
}

.part14 .info {
	position: absolute;
	top: 40px;
	left: 40px;
	font-weight: 700;
	color: #282828;
}

.part14 .info .title {
	font-size: 48px;
}

.part14 .info .titleAlias {
	font-size: 30px;
	margin-top: 10px;
	letter-spacing: 2px;
}

.part15 .title2 {
	display: inline-block;
	padding: 5px 50px;
	border: 1px solid #282828;
}

.part15 .box-b {
	margin-top: 120px;
}

.part15 .box-b .item {
	
	color: #282828;
	margin-bottom: 120px;
  
}
.part15 .box-b .item:nth-child(2n) .info{
  text-align:right;
  position:relative;
}
.part15 .item:nth-child(2n) .line{
      position: absolute;
    right: 60px;
}
.part15 .item .photo {
	position: relative;
	width: 605px;
	height: 395px;
}

.part15 .item:hover .info {
	background-color: #c1d8d5;
}

.part15 .photo .pic {
	width: 100%;
	display: block;
}

.part15 .photo .sy {
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.part15 .item .info {
	flex: 1;
	padding: 50px 60px;
  background-color: #ecf4f3;
}

.part15 .item .title {
	font-size: 50px;
	font-weight: 600;
}

.part15 .item .summary {
font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
    max-height: 150px;
    overflow: hidden;
    line-height: 1.6;
}
.part15 .item .summary p{
  font-size:34px;
}
.part15 .item .line {
	width: 90px;
	height: 10px;
	background-color: #006b5b;
	margin-top: 30px;
}

.part15 .item:nth-child(2n+1) {
	flex-direction: row-reverse;
}

.part16 .info dl {
	flex-direction: column;
	justify-content: space-between;
}

.part16 .info dt {
	font-size: 36px;
	color: #006657;
	font-weight: 600;
}

.part16 .info dt img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.part16 .info dd .title {
	font-size: 60px;
	font-weight: bold;
	margin-top: 80px;
}

.part16 .info dd .summary {
	font-size: 30px;
	font-weight: 600;
	color: #006b5b;
	margin-top: 30px;
	line-height: 1.8;
	max-height: 152px;
	overflow: hidden;
}

.part16 .content {
	margin-top: 90px;
}
.part16 .content .title{
      margin: 100px auto 80px;
    font-size: 60px;
}
.part16 .content img {
	max-width: 100%;
  margin:0 auto;
}
.part16 .content .shoutu{
  position: relative; height: 513px; width: 709px;
}
.part16 .content .col-img-3 img{
  margin:0 auto;
}
.part16 .content .shoutu p img{
    max-width: 656px;
    max-height: 431px;
      position: absolute;
    top: 25px ;
    right: 25px;
}
.part16 .content .shoutu>img{
  z-index: 10; position: absolute;    max-width: 739px;
    max-height: 458px;
  
}

.part16 .content .xijie p{
position:relative;
}
.part16 .content .xijie p + p{
  margin-left:50px;
}
.part16 .content .xijie p:nth-child(1) .img1{
      position: absolute;
    bottom: 22px;
    left: 44px;
    max-width: 300px;
}
.part16 .content .xijie p:nth-child(2) .img1{
    position: absolute;
    top: 22px;
    left: 44px;
    max-width: 300px;
}

.part16 .content .sun{
  background:url(/uploads/website/system/images/sun.gif) center center no-repeat;
padding-top:100px;
}
.part16 .content .sun2{
  background:url(/uploads/website/system/images/sun2.gif) center center no-repeat;
padding-top:100px;
}
.part16 .content .sun img{
  margin:0 auto;
}

.part16 .content .xijie2 img{
  width: 556px;
    height: 348px;
}
.part16 .content .jianmo img:nth-child(1){
 width: 1100px;
    margin-left: 320px;
    padding-top: 100px;
}
.part16 .content .linglong img:nth-child(1){
 width: 1100px;
    margin-left: 320px;
}


.part17 .item {
	flex-direction: column;
	align-items: center;
}

.part17 .item .title {
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
}

.part18 .box-h .title {
	margin-bottom: 10px;
}

.part19 .item {
	flex: 0 0 50%;
	text-align: center;
}

.part19 .title {
	font-size: 200px;
	font-weight: bold;
}

.part19 .subtitle {
	font-size: 55px;
	font-weight: bold;
}

.part20 .item {
	flex: 0 0 50%;
	margin-bottom: 100px;
	position: relative;
	padding-left: 100px;
	padding-right: 50px;
	;
}

.part20 .item .title {
	font-size: 48px;
	font-weight: bold;
	color: #006b60;
}

.part20 .item .title span {
	position: absolute;
	font-size: 38px;
	color: #ffffff;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	background-color: #006b60;
	text-align: center;
	line-height: 64px;
	left: 0px;
	top: 5px;
}

.part20 .item .summary {
	font-size: 22px;
	font-weight: 100;
	margin-top: 20px;
}

.part20 .item img {
	margin-top: 30px;
	max-width: 100%;
}

.part21 .item {
	flex: 0 0 33.333%;
	margin-bottom: 100px;
}

.part21 .title {
	font-size: 24px;
	font-weight: 900;
}

.part21 .title p {
	margin-right: 20px;
}

.part21 .title span {
	line-height: 1.8;
}

.part22 .item {
	flex: 0 0 33.333%;
	padding: 5px;
	overflow: hidden;
}

.part22 .item img {
	width: 470px;
	height: 310px;
}

.part23 .item {
	margin-bottom: 20px;
}

.part23 .photo {
	margin-right: 20px;

}

.part23 .item:nth-child(2n) {
	flex-direction: row-reverse;
}

.part23 .item:nth-child(2n) .photo {
	margin-left: 20px;
	margin-right: 0;
}

.part23 .info {
	flex: 1;
	padding: 40px;
}

.part23 .item:hover .info {
	background-color: #c1d8d5;
}

.part23 .info .title {
	font-size: 48px;
	font-weight: bold;
}

.part23 .info .summary {
	font-size: 36px;
	font-weight: 600;
	margin-top: 20px;
}

.part23 .info .content {
	font-size: 26px;
	font-weight: 300;
	margin-top: 90px;
}

.part24 .tel {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.8;
	margin-top: 50px;
}

.baiduMaps {
	width: 100% !important;
	height: 680px !important;
	border: none !important;
}

.BMap_pop,
.BMap_shadow {
	display: none !important;
}

.xhImg-01 {
	height: 700px;
}
/*翻页*/
.pages{
  float: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.pages a ,.pages b{
  width:60px;
  height:60px;
  line-height:60px;
  font-size:30px;
  border-radius:100%;
  background:#eeeeee;
  border:none;
  margin:0 15px;
  color:#0e7364;
  position:relative;
}
.pages b,.pages a:hover{
  background:#006b5b;
  color:#ffffff;
}
.pages .next:after{
  content: "\f105";
}
.pages .prev:after{
  content: "\f104";
}
@media screen and (max-width: 1440px) {
	.cw {
		width: 1280px;
	}



	.part7 .item .title {
		font-size: 40px;
	}

	.part9 .item2 .image {
		padding: 0 10px;
	}

	.part9 .item2 .image img {
		max-width: 100%;
	}

	.part11 .item .info {
		padding: 24px;
	}

	.part12 .image {
		right: -50px;
	}

	.topBanner .con {
		height: 400px;
	}

	.part21 .item {
		margin-bottom: 50px;
	}
    .part16 .content .gongxu p{
  flex:0 0 50%;
}
}
@media screen and (max-width: 1280px) {


  
	.cw {
		width: 1120px;
	}

	.part4 .item .img img {
		width: 100%;
	}

	.part3 .item .title {
		font-size: 20px;
	}

	.part5 .box-b .item {
		padding: 0 20px;
	}

	.part8 .item {
		padding: 0 5px;
	}

	.part8 .item .content {
		width: 100%;
	}

	.part9 .item1 .image {
		padding: 0 10px;
	}

	.part9 .item1 .image img {
		width: 100%;
	}



	.part10 ul .content {
		padding-right: 50px;
		padding-left: 50px;
	}

	.part13 .info {
		padding: 0 50px;
		flex: 1;
	}

	.part13 .info .title,
	.part13 .info .subtitle {
		font-size: 30px;
	}

	.part14 .info .title {
		font-size: 38px;
	}

	.part14 .info .titleAlias {
		font-size: 28px;
	}

	.part19 .title {
		font-size: 160px;
	}

	.part20 .item .title {
		font-size: 40px;
	}

	.part20 .item .title span {
		font-size: 30px;
	}

	.part21 .item {
		padding-right: 30px;
	}

	.part21 .title {
		font-size: 21px;
	}

	.part22 .item img {
		width: 100%;
		height: auto;
	}

	.part23 .info .title {
		font-size: 40px;
	}

	.part23 .info .summary {
		font-size: 30px;
	}

	.part23 .info .content {
		font-size: 24px;
		margin-top: 50px;
	}
#header,.focus{width:1280px;}
  .focus .focus-img span{height:400px;}
  body,#page{width:1280px;}
  .part5 .box-b .item{flex:0 0 50%;}
.foot,.pages {    visibility: inherit!important;}
  .foot .right{width:400px;}
   .foot  .menu-area{flex-wrap:wrap}
  .foot  .menu-area a{ flex:0 0 50%;}
  .foot .left .logo img { width: 100px;}
  .menu-area a{text-align:left;}
  .foot .powerBy {    font-size: 12px;    text-align: left;}
  .foot .right div{margin-left:20px;}
  .focus .swiper-button-next, .focus .swiper-button-prev{width:60px;height:60px;}
  .focus .swiper-button-prev .fa, .focus .swiper-button-next .fa{font-size:60px;}
  .focus .swiper-button-prev{left:80px;}
  .focus .swiper-button-next{right:80px;}
  .part7 .item {height:300px;padding: 50px 0;}
.part7 .item:nth-child(1) .image img{width:650px;}
  .part7 .item:nth-child(2) .title{    width: 690px;    text-align: right;}
  .part7 .item:nth-child(2) .image img{width:420px;}
  .part9 .item1 img ,.part9 .item2 img{max-width:100%}
.part11 .box-b{flex-wrap:wrap;}
  .part11 .item{flex:0 0 100%;}
  .part11 .item .info{padding:40px;}
  .part11 .item .title{font-size:40px;}
  .part11 .item .subtitle{font-size:40px;}
  .part11 .item .con{justify-content: space-between; display:flex;}
  .part11 .item .content{font-size:30px;width:500px;}
  .part22{margin-bottom:100px;}
  .topBanner .rightText{top:50px;}
  .pc-show{display:none!important;}
  .mobile-show{display:block!important;}
  .part4 .item{flex:0 0 100%;margin-bottom:20px;}
  .part4 .box-b{flex-wrap:wrap;}
   .part14 .item{flex:0 0 100%;margin-bottom:20px;}
  .part14{margin-bottom:140px;}
#header .logo{height:200px;}
  #bannerMenuBar>li a{padding-top:40px;}
  #bannerMenuBar>li a .alias{display:none;}
  #header .banner{    height: 200px; margin-top: -200px;}
  #bannerMenuBar>li{height:200px;    width: 120px;    padding: 0 40px;}
  #header .logo a {
    width: 300px;
    height: 100px;
}
  #header .logo a img {
    max-width: 300px;
    max-height: 100px;
}
  .part2 .box-b {
		flex-direction: column;
		width: 800px;
    margin-left: auto;
    margin-right: auto;
	}

	.part2 .box-b .item {
		flex: 0 0 100%;
		flex-direction: row;
		margin-bottom: 20px;
      
	}

	.part2 .item .title {
		width: 253px;
		margin: 0 20px;
		font-size: 28px;
	}

	.part2 .item .img {
		width: 80px;
	}

	.part2 .item .img img {
		width: 100%;
	}

	.part2 .box-b .item:nth-child(2n) {
      flex-direction:row;
      text-align:left;
		padding-left:426px;}
  .side-pannel {
    right: 20px;
    bottom: 200px;
        width: 80px;
}
  .side-bar>a{
        width: 80px;
    height: 80px;
  }
  .side-bar a.wx{background-size:80px;}
  .side-bar a.gotop .fa{    font-size: 70px;     margin-top: 0px;}
  .part12 .image{    right: inherit;
    width: 300px;}
  .part12 .image img{transform: scaleX(-1);width:100%;}
  .part23 .info{padding:35px;}
  .topBanner .rightCenter{top:100px;}
  .popover1 dd img{width: 300px; height: 300px;}
 .popover1 dt a {width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 43px;
    top: 36px;
    right: 12px;
}
  .part20 .item .summary{font-weight:400;}

.part16 .content .shoutu{
height: 452px; width: 704px;
}
.part16 .content .shoutu p{
  top: 24px; left: 24px;
}
.part16 .content .shoutu p img{
  width: 654px;height: inherit;
}
  .part16 .content .xijie p{
    width: 280px;
  }
  .part16 .content .xijie p:nth-child(1) .img1{
        bottom: 17px;
    left: 33px;
    max-width: 218px;
  }
  .part16 .content .xijie p:nth-child(2) .img1{
       top: 17px;
    left: 33px;
    max-width: 218px;
  }
  .part16 .content .linglong img:nth-child(1){

    margin-left: 0px;
}
}
@media screen and (max-width: 1000px){
  .cw {
		width: 1120px;
	}
  .menu-btn{display:none;}
  #bannerMenuBar{display:block;position:relative;    top: 0;
    width: auto;}
  #bannerMenuBar>li{background:none;}
  #bannerMenuBar>li>a, #bannerMenuBar>li.sel>a{color:#006c5c;}
}
